home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / reskit3.cab / iniprep.inf < prev    next >
INI File  |  1995-06-03  |  3KB  |  104 lines

  1. ;  These statements shows examples of how to replace
  2. ;  configuration-file settings before installing Windows 95.
  3. ;  This example shows statments for upgrading real-mode TCP/IP
  4. ;  under Microsoft Windows for Workgroups 3.11.
  5. ;  All existing user, network and printer settings are retained.
  6. ;  This example uses manual entries for configuring Microsoft TCP/IP.
  7. ;  For an example that uses DHCP for configuring TCP/IP, see MSNET.INF.
  8.  
  9. [SETUP]
  10. ;  0 = stop for user input, 1 = do not stop for user input
  11. Express=1
  12.  
  13. [NETWORK]
  14. ;  0 = do not prompt for network information 
  15. ;  (use defaults) for values not defined in the script
  16. ;  1 = prompt for network components
  17. Display=0
  18.  
  19. ;  Install Windows 95 protected-mode protocols.
  20. Protocols=NETBEUI,NWLINK,MSTCP
  21.  
  22. ;  The following section sets values for Microsoft TCP/IP.
  23. ;  These settings specify LMHOSTS for NetBIOS computer name resolution.
  24. [MSTCP]
  25. ; 0 = do not use DHCP for TCP/IP configuration, 1 = use DHCP
  26. DHCP=0
  27.  
  28. ;   Remove ";" and enter the correct IP address for this computer.
  29. ;IPAddress=2.2.2.2
  30.  
  31. ;  0 = do not use DNS or LMHOSTS for name resolution, 1 = use DNS or LMHOSTS
  32. DNS=1
  33.  
  34. ;  Set path to LMHOSTS file used for name resolution
  35. LMHOSTPath="C:\WINDOWS"
  36.  
  37. ;  If DNS=1 and you are using DNS servers, 
  38. ;  remove ";" and enter IP addresses for your DNS servers.
  39. ;  Separate multiple addresses with commas.
  40. ;DNSServers=1.1.1.1
  41.  
  42. ;  If DNS=1 and you are using DNS servers, 
  43. ;  remove ";" and add the DNS domain name for this host.
  44. ;Domain=microsoft.com
  45.  
  46. ;  Specify host name (usually computer name) for this computer.
  47. Hostname=MyPC
  48.  
  49. ;  If DNS=1 and you are using DNS servers, 
  50. ;  remove ";" and add the IP addresses for DNS gateways.
  51. ;  Separate multiple addresses with commas.
  52. ;Gateways=3.3.3.3
  53.  
  54. ;  If DNS=1 and you are using DNS servers, 
  55. ;  enter a comma-separated list of DNS domains to search.
  56. DomainOrder=
  57.  
  58. ;  0 = do not use WINS for NetBIOS name resolution, 1 = use WINS,
  59. ;  or DHCP = get WINS values from DHCP server
  60. WINS=0
  61.  
  62. ;  The statements here use LMHOSTS for name resolution. 
  63. ;  If WINS=1, remove the ";" in the following entries and 
  64. ;  add correct IP addresses for Windows NT WINS servers.
  65. ;PrimaryWINS=x.x.x.x
  66. ;SecondaryWINS=y.y.y.y
  67.  
  68. ;  Usually ScopeID is not required. 
  69. ;  Remove ";" and enter a value if required by the network administrator.
  70. ;ScopeID=
  71.  
  72.  
  73. ;  The following [Install] section and related [<update>] sections
  74. ;  specify the new software components to be used for TCP/IP before Setup runs.
  75. [INSTALL]
  76. UpdateInis=Update_prot.ini
  77. UpdateIniFields=Update_iflds.ini
  78. UpdateAutoBat=Update_autoexec.bat
  79. UpdateCfgSys=Update_config.sys
  80.  
  81. ;  Update entries in PROTOCOL.INI
  82. [UPDATE_PROT.INI]
  83. protocol.ini,TCPIP,*,
  84. system.ini,386Enh,"device=vsockets.386",
  85. system.ini,386Enh,"device=vbapi.386",
  86.  
  87. ;  Update entries in SYSTEM.INI
  88. [UPDATE_IFLDS.INI]
  89. system.ini,"network drivers",transport,tcpdrv.dos
  90. system.ini,"network drivers",transport,nemm.dos
  91.  
  92. ;  The following section is optional, 
  93. ;  since Setup will automatically remove the following lines.
  94. [UPDATE_AUTOEXEC.BAT]
  95. DevDelete=c:\windows\umb
  96. DevDelete=c:\windows\tcptsr
  97. DevDelete=c:\windows\tinyrfc
  98. DevDelete=c:\windows\nmtsr.exe
  99. DevDelete=c:\windows\emsbfr.exe
  100.  
  101. ;  No required changes for CONFIG.SYS, so this section is empty.
  102. [UPDATE_CONFIG.SYS]
  103.  
  104.